翻訳と辞書
Words near each other
・ Serial dilution
・ Serial Experiments Lain
・ Serial extraction
・ Serial film
・ Serial FPDP
・ Serial Girlfriend
・ Serial homology
・ Serial imagery
・ Serial Input/Output eXchange
・ Serial interval
・ Serial Item and Contribution Identifier
・ Serial Joe
・ Serial killer
・ Serial Killers Ink
・ Serial Killing 4 Dummys
Serial Line Internet Protocol
・ Serial Lover
・ Serial manipulator
・ Serial memory processing
・ Serial module
・ Serial Mom
・ Serial murders in Essonne
・ Serial number arithmetic
・ Serial offender hunting patterns
・ Serial over LAN
・ Serial passage
・ Serial Peripheral Interface Bus
・ Serial port
・ Serial Port Memory Technology
・ Serial position effect


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Serial Line Internet Protocol : ウィキペディア英語版
Serial Line Internet Protocol

The Serial Line Internet Protocol (also SLIP) is an encapsulation of the Internet Protocol designed to work over serial ports and modem connections. It is documented in RFC 1055. On personal computers, SLIP has been largely replaced by the Point-to-Point Protocol (PPP), which is better engineered, has more features and does not require its IP address configuration to be set before it is established. On microcontrollers, however, SLIP is still the preferred way of encapsulating IP packets due to its very small overhead.
Some people refer to the successful and widely used RFC 1055 Serial Line Internet Protocol
as "Rick Adams' SLIP",〔
RFC 1547: "Requirements for an Internet Standard Point-to-Point Protocol"

to avoid confusion with other proposed protocols named "SLIP".
Those other protocols include the much more complicated RFC 914 appendix D Serial Line Interface Protocol.〔
==Description==

SLIP modifies a standard TCP/IP datagram by
* appending a special "END" byte to it, which distinguishes datagram boundaries in the byte stream,
* if the END byte occurs in the data to be sent, the two byte sequence ESC, ESC_END is sent instead,
* if the ESC byte occurs in the data, the two byte sequence ESC, ESC_ESC is sent.
* variants of the protocol may begin, as well as end, packets with END.
SLIP requires a serial port configuration of 8 data bits, no parity, and either EIA hardware flow control, or CLOCAL mode (3-wire null-modem) UART operation settings.
SLIP does not provide error detection, being reliant on upper layer protocols for this. Therefore SLIP on its own is not satisfactory over an error-prone dial-up connection. It is however still useful for testing operating systems' response capabilities under load (by looking at flood-ping statistics).

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Serial Line Internet Protocol」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.